Vcenter VmTemplate LibraryItems CpuUpdateSpec
The Vcenter VmTemplate LibraryItems CpuUpdateSpec schema describes updates to the CPU configuration of the deployed virtual machine.
This schema was added in vSphere API 6.8.
{
"num_cpus": 0,
"num_cores_per_socket": 0
}
Number of virtual processors in the deployed virtual machine.
This property was added in vSphere API 6.8.
If missing or null
, the deployed virtual machine has the same CPU count as the source virtual machine template contained in the library item.
Number of cores among which to distribute CPUs in the deployed virtual machine.
This property was added in vSphere API 6.8.
If missing or null
, the deployed virtual machine has the same number of cores per socket as the source virtual machine template contained in the library item.